ctdb-config: enable syslog by default
authorRafael David Tinoco <rafaeldtinoco@ubuntu.com>
Fri, 24 Jul 2026 13:14:13 +0000 (16:14 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 24 Jul 2026 13:14:13 +0000 (16:14 +0300)
commit9866d7fbceb95517b5d5ec6d2d148288b31f0232
tree3c04598a01a95ce8ec518756c7b19eb9c0731ef2
parent33b9be2878801fc6babad60a723c88668b8380f6
ctdb-config: enable syslog by default

Bug-Debian: https://bugs.debian.org/929931
Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
Last-Update: 2022-03-24
Forwarded: not-needed

CTDB uses /var/log/ctdb/ directory for the default log files. With
syslog disabled, systemd journal is not able to correctly inform
errors happening during service initialization.

Upstream community creates generic config files to be used by different
distributions, so this change makes no big difference to be accepted by
upstream.

With this patch the end user will be able to identify initialization
errors by executing:

  systemctl status ctdb.service

or to follow ctdb logs by executing:

  journalctl -f -u ctdb

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Gbp-Pq: Name ctdb-config-enable-syslog-by-default.patch
ctdb/config/ctdb.conf